AutoLISP (LSP or MNL) files contain programs
that add custom commands and functions which can be used as part
of the user interface. You can load AutoLISP files into a CUIx file
using the Customize tab of the Customize User Interface (CUI) Editor.
For
more information about using AutoLISP, see
AutoLISP and Visual LISP.
TipMNL
files with the same name and location as your main, enterprise,
or partial CUIx files are loaded automatically. These files cannot
be unloaded once loaded into AutoCAD.
To load an AutoLISP file
in the Customize User Interface Editor
-
- In the Customize User
Interface Editor, Customize tab, in the Customizations In <file
name> pane, right-click LISP Files. Click Load LISP.
- In the Load LISP Files
dialog box, locate and select the AutoLISP file you want to load.
Only files with the extension LSP can be selected.
TipEven
though files with the LSP extension can only be loaded using this method,
you can still load other types of custom program files. Use AutoCAD commands
such as NETLOAD, VBALOAD, or ARX to load other types of custom program
files.
- Click Open.
- In the Customize User
Interface Editor, click Apply.
CommandsAPPLOAD
Loads
and unloads applications and defines which applications to load
at startup.
ARX
Loads,
unloads, and provides information about ObjectARX applications.
CUI
Manages the customized
user interface elements in the product.
NETLOAD
Loads
a .NET application.
VBALOAD
Loads a global VBA project
into the current work session.